GitHub Copilot
GitHub Copilot · Your AI pair programmer
エラーメッセージを適当に書くときに使っている。
hata6502.icon
code: tsx
if (user) {
// これを適当に書いてくれる。
throw new Error('User is not found.');
}